From d269476f7d02a78e49347547e5666bad7c6e86da Mon Sep 17 00:00:00 2001 From: "kaf24@freefall.cl.cam.ac.uk" Date: Sat, 23 Oct 2004 12:28:56 +0000 Subject: [PATCH] bitkeeper revision 1.1159.1.267 (417a4e88NfHgvkIZt_-wFeTM9-PzAA) XENVERSION can be set by a .extraversion file at root of Linux build tree. --- linux-2.4.27-xen-sparse/arch/xen/Makefile | 2 +- linux-2.6.8.1-xen-sparse/arch/xen/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-2.4.27-xen-sparse/arch/xen/Makefile b/linux-2.4.27-xen-sparse/arch/xen/Makefile index 247ae7b379..9bf5bc6bce 100644 --- a/linux-2.4.27-xen-sparse/arch/xen/Makefile +++ b/linux-2.4.27-xen-sparse/arch/xen/Makefile @@ -16,7 +16,7 @@ # Added '-march' and '-mpreferred-stack-boundary' support # -XENVERSION ?= -xen +XENVERSION ?= $(shell cat .extraversion 2>/dev/null || echo "-xen") EXTRAVERSION := $(EXTRAVERSION)$(XENVERSION) # If no .config file exists then use the appropriate defconfig-* file diff --git a/linux-2.6.8.1-xen-sparse/arch/xen/Makefile b/linux-2.6.8.1-xen-sparse/arch/xen/Makefile index 6d234a8bb7..6577504ae0 100644 --- a/linux-2.6.8.1-xen-sparse/arch/xen/Makefile +++ b/linux-2.6.8.1-xen-sparse/arch/xen/Makefile @@ -12,7 +12,7 @@ # Copyright (C) 2004 by Christian Limpach # -XENVERSION ?= -xen +XENVERSION ?= $(shell cat .extraversion 2>/dev/null || echo "-xen") EXTRAVERSION := $(EXTRAVERSION)$(XENVERSION) XENARCH := $(subst ",,$(CONFIG_XENARCH)) -- 2.30.2